ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / C1RestrictChildrenAttribute Class / C1RestrictChildrenAttribute Constructor / C1RestrictChildrenAttribute Constructor(Type,Type[])

In This Topic
    C1RestrictChildrenAttribute Constructor(Type,Type[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tagHelperType As Type, _
       ByVal ParamArray tagHelperTypes() As Type _
    )
    public C1RestrictChildrenAttribute( 
       Type tagHelperType,
       params Type[] tagHelperTypes
    )

    Parameters

    tagHelperType
    tagHelperTypes
    See Also